home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special Tips & Tricks for Windows 95 / Chip Wintips.iso / sharewar / multimed / wavemake / wmwin.exe / 0 / RCDATA / TBANDDLG / TBANDDLG.txt
Text File  |  1996-04-23  |  8KB  |  265 lines

  1. object bandDlg: TbandDlg
  2.   Left = 149
  3.   Top = 252
  4.   ActiveControl = centerEdit
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Band pass filter'
  8.   ClientHeight = 174
  9.   ClientWidth = 319
  10.   Font.Color = clBlack
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = [fsBold]
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 305
  21.     Height = 85
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 16
  28.     Width = 65
  29.     Height = 13
  30.     Caption = 'Center (Hz)'
  31.   end
  32.   object Label2: TLabel
  33.     Left = 16
  34.     Top = 40
  35.     Width = 61
  36.     Height = 13
  37.     Caption = 'Width (Hz)'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 16
  41.     Top = 64
  42.     Width = 73
  43.     Height = 13
  44.     Caption = 'Amplification'
  45.   end
  46.   object fromFile: TLabel
  47.     Left = 16
  48.     Top = 88
  49.     Width = 45
  50.     Height = 13
  51.     Caption = 'fromFile'
  52.     Visible = False
  53.   end
  54.   object toFile: TLabel
  55.     Left = 72
  56.     Top = 88
  57.     Width = 32
  58.     Height = 13
  59.     Caption = 'toFile'
  60.     Visible = False
  61.   end
  62.   object Bevel2: TBevel
  63.     Left = 8
  64.     Top = 96
  65.     Width = 305
  66.     Height = 33
  67.   end
  68.   object gauge: TGauge
  69.     Left = 16
  70.     Top = 104
  71.     Width = 289
  72.     Height = 17
  73.     ForeColor = clLime
  74.     Progress = 0
  75.   end
  76.   object CancelBtn: TBitBtn
  77.     Left = 124
  78.     Top = 140
  79.     Width = 77
  80.     Height = 27
  81.     Cursor = crArrow
  82.     Cancel = True
  83.     Caption = 'Cancel'
  84.     ModalResult = 2
  85.     TabOrder = 0
  86.     OnClick = CancelBtnClick
  87.     Glyph.Data = {
  88.       DE010000424DDE01000000000000760000002800000024000000120000000100
  89.       0400000000006801000000000000000000000000000000000000000000000000
  90.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  91.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  92.       333333333333333333333333000033337733333333333333333F333333333333
  93.       0000333911733333973333333377F333333F3333000033391117333911733333
  94.       37F37F333F77F33300003339111173911117333337F337F3F7337F3300003333
  95.       911117111117333337F3337F733337F3000033333911111111733333337F3337
  96.       3333F7330000333333911111173333333337F333333F73330000333333311111
  97.       7333333333337F3333373333000033333339111173333333333337F333733333
  98.       00003333339111117333333333333733337F3333000033333911171117333333
  99.       33337333337F333300003333911173911173333333373337F337F33300003333
  100.       9117333911173333337F33737F337F33000033333913333391113333337FF733
  101.       37F337F300003333333333333919333333377333337FFF730000333333333333
  102.       3333333333333333333777330000333333333333333333333333333333333333
  103.       0000}
  104.     Margin = 2
  105.     NumGlyphs = 2
  106.     Spacing = -1
  107.     IsControl = True
  108.   end
  109.   object HelpBtn: TBitBtn
  110.     Left = 208
  111.     Top = 140
  112.     Width = 77
  113.     Height = 27
  114.     TabOrder = 1
  115.     OnClick = HelpBtnClick
  116.     Kind = bkHelp
  117.     Margin = 2
  118.     Spacing = -1
  119.     IsControl = True
  120.   end
  121.   object centerEdit: TEdit
  122.     Left = 96
  123.     Top = 16
  124.     Width = 190
  125.     Height = 21
  126.     TabOrder = 2
  127.     Text = 'centerEdit'
  128.     OnClick = centerEditExit
  129.     OnEnter = centerEditEnter
  130.     OnExit = centerEditExit
  131.     OnKeyPress = centerEditKeyPress
  132.   end
  133.   object widthEdit: TEdit
  134.     Left = 96
  135.     Top = 40
  136.     Width = 190
  137.     Height = 21
  138.     TabOrder = 4
  139.     Text = 'widthEdit'
  140.     OnClick = widthEditExit
  141.     OnEnter = widthEditEnter
  142.     OnExit = widthEditExit
  143.     OnKeyPress = widthEditKeyPress
  144.   end
  145.   object ampEdit: TEdit
  146.     Left = 96
  147.     Top = 64
  148.     Width = 190
  149.     Height = 21
  150.     TabOrder = 6
  151.     Text = 'ampEdit'
  152.     OnClick = ampEditExit
  153.     OnEnter = ampEditEnter
  154.     OnExit = ampEditExit
  155.     OnKeyPress = ampEditKeyPress
  156.   end
  157.   object centerSpin: TSpinButton
  158.     Left = 285
  159.     Top = 17
  160.     Width = 20
  161.     Height = 19
  162.     DownGlyph.Data = {
  163.       A6000000424DA600000000000000760000002800000009000000060000000100
  164.       0400000000003000000000000000000000000000000000000000000000000000
  165.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  166.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  167.       0000333303333000000033300033300000003300000330000000300000003000
  168.       00003333333330000000}
  169.     TabOrder = 3
  170.     UpGlyph.Data = {
  171.       A6000000424DA600000000000000760000002800000009000000060000000100
  172.       0400000000003000000000000000000000000000000000000000000000000000
  173.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  174.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  175.       0000300000003000000033000003300000003330003330000000333303333000
  176.       00003333333330000000}
  177.     OnDownClick = centerSpinDownClick
  178.     OnUpClick = centerSpinUpClick
  179.   end
  180.   object widthSpin: TSpinButton
  181.     Left = 285
  182.     Top = 41
  183.     Width = 20
  184.     Height = 19
  185.     DownGlyph.Data = {
  186.       A6000000424DA600000000000000760000002800000009000000060000000100
  187.       0400000000003000000000000000000000000000000000000000000000000000
  188.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  189.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  190.       0000333303333000000033300033300000003300000330000000300000003000
  191.       00003333333330000000}
  192.     TabOrder = 5
  193.     UpGlyph.Data = {
  194.       A6000000424DA600000000000000760000002800000009000000060000000100
  195.       0400000000003000000000000000000000000000000000000000000000000000
  196.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  197.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  198.       0000300000003000000033000003300000003330003330000000333303333000
  199.       00003333333330000000}
  200.     OnDownClick = widthSpinDownClick
  201.     OnUpClick = widthSpinUpClick
  202.   end
  203.   object ampSpin: TSpinButton
  204.     Left = 285
  205.     Top = 65
  206.     Width = 20
  207.     Height = 19
  208.     DownGlyph.Data = {
  209.       A6000000424DA600000000000000760000002800000009000000060000000100
  210.       0400000000003000000000000000000000000000000000000000000000000000
  211.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  212.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  213.       0000333303333000000033300033300000003300000330000000300000003000
  214.       00003333333330000000}
  215.     TabOrder = 7
  216.     UpGlyph.Data = {
  217.       A6000000424DA600000000000000760000002800000009000000060000000100
  218.       0400000000003000000000000000000000000000000000000000000000000000
  219.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  220.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333000
  221.       0000300000003000000033000003300000003330003330000000333303333000
  222.       00003333333330000000}
  223.     OnDownClick = ampSpinDownClick
  224.     OnUpClick = ampSpinUpClick
  225.   end
  226.   object OKBtn: TBitBtn
  227.     Left = 40
  228.     Top = 140
  229.     Width = 77
  230.     Height = 27
  231.     Caption = 'OK'
  232.     ModalResult = 1
  233.     TabOrder = 8
  234.     OnClick = OKBtnClick
  235.     Glyph.Data = {
  236.       DE010000424DDE01000000000000760000002800000024000000120000000100
  237.       0400000000006801000000000000000000000000000000000000000000000000
  238.       8000008000000080800080000000800080008080000080808000C0C0C0000000
  239.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  240.       3333333333333333333333330000333333333333333333333333F33333333333
  241.       00003333344333333333333333377F3333333333000033334224333333333333
  242.       337337F3333333330000333422224333333333333733337F3333333300003342
  243.       222224333333333373333337F3333333000034222A22224333333337F337F333
  244.       7F33333300003222A3A2224333333337F3737F337F33333300003A2A333A2224
  245.       33333337F73337F337F33333000033A33333A222433333337333337F337F3333
  246.       0000333333333A222433333333333337F337F33300003333333333A222433333
  247.       333333337F337F33000033333333333A222433333333333337F337F300003333
  248.       33333333A222433333333333337F337F00003333333333333A22433333333333
  249.       3337F37F000033333333333333A223333333333333337F730000333333333333
  250.       333A333333333333333337330000333333333333333333333333333333333333
  251.       0000}
  252.     Margin = 2
  253.     NumGlyphs = 2
  254.     Spacing = -1
  255.     IsControl = True
  256.   end
  257.   object timer: TTimer
  258.     Enabled = False
  259.     Interval = 500
  260.     OnTimer = timerTimer
  261.     Left = 296
  262.     Top = 136
  263.   end
  264. end
  265.